func crypto/tls.checkKeySize

3 uses

	crypto/tls (current package)
		handshake_client.go#L1057: func checkKeySize(n int) (max int, ok bool) {
		handshake_client.go#L1082: 			if max, ok := checkKeySize(n); !ok {
		handshake_server.go#L885: 			if max, ok := checkKeySize(n); !ok {